home *** CD-ROM | disk | FTP | other *** search
- -- card: 18026 from stack: in
- -- bmap block id: 18379
- -- flags: 0000
- -- background id: 5931
- -- name: noMercury
- ----- HyperTalk script -----
- on opencard
- global time1
- global Silver
- global Mercury
- global Lead
- global key
- put empty into bkgnd field "info"
- hide card field "info2"
- put empty into card field "info1"
- show card field "info1"
- put "Click Here to" into line 2 of card field "info1"
- put "Continue When Ready" into line 3 of card field "info1"
- show card button "info1"
- set the highlight of card button "info1" to true
- end opencard
-
-
-
-
- on check
- global Silver
- global Mercury
- global Lead
- global reagent
- global route
- global score
-
- end check
-
-
-
- -- part 4 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=0 top=20 right=178 bottom=387
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name: note
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=3 top=44 right=106 bottom=54
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hydrochloric Acid
- ----- HyperTalk script -----
- on mouseUp
- global route
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=64 top=44 right=106 bottom=115
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Nitric Acid
- ----- HyperTalk script -----
- on mouseUp
-
- global reagent
-
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=125 top=44 right=106 bottom=176
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Distilled Water
- ----- HyperTalk script -----
- on mouseUp
-
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=184 top=44 right=106 bottom=235
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Potassium Dichromate
- ----- HyperTalk script -----
- on mouseUp
- global route
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=246 top=44 right=106 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ammonia
- ----- HyperTalk script -----
- on mouseUp
- global route
- global reagent
- global lastClick
-
- if the seconds - lastClick < 4 then exit mouseup
- else put the seconds into lastClick
- get the short name of me
- put it into reagent
- check
-
-
- end mouseUp
-
-
-
- -- part 22 (field)
- -- low flags: 81
- -- high flags: 0000
- -- rect: left=389 top=212 right=283 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: hold
-
-
- -- part 29 (field)
- -- low flags: 81
- -- high flags: 0001
- -- rect: left=161 top=212 right=319 bottom=195
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: f
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=434 top=205 right=254 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Flow Chart
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 7591
- put 1 into zz
- repeat until zz = 4
- set the highlight of card button step5 to true
- wait 30
- set the highlight of card button step5 to false
- wait 30
- put zz+1 into zz
- end repeat
-
- end mouseUp
-
-
-
- -- part 38 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=1 top=112 right=205 bottom=390
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Message
- ----- HyperTalk script -----
- on mouseup
- hide card field "message"
- end mouseup
-
-
-
- -- part 40 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=0 top=7 right=206 bottom=416
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: info
-
-
- -- part 41 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=115 right=172 bottom=383
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cv2
-
-
- -- part 43 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=0 top=0 right=331 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: dist
-
-
- -- part 44 (field)
- -- low flags: 81
- -- high flags: 0004
- -- rect: left=2 top=184 right=296 bottom=159
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: info1
-
-
- -- part 45 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=0 top=183 right=297 bottom=157
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: info1
- ----- HyperTalk script -----
- on mouseUp
- set the highlight of card button "info1" to false
- Hide card button "info1"
- Hide card field "info1"
- show card field "info2"
- put "Decanting Liquid into" into line 3 of card field "info2"
- put "New Test Tube" into line 5 of card field "info2"
-
- put "for Silver ion Test" into line 7 of card field "info2"
- wait 2 seconds
- go to card "siverTest"
- set the lockscreen to true
- go back
- hide card field "info2"
- go to card "SilverTest"
- set the lockscreen to false
- end mouseUp
-
-
-
-
- -- part 46 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=0 top=12 right=327 bottom=432
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name: info2
-
-
- -- part contents for card part 4
- ----- text -----
- Please Wait While
- Computer Selects
- an Unknown for You
- to Analyze
-
- -- part contents for card part 40
- ----- text -----
- Please Click on Next Reagent
-
- -- part contents for card part 38
- ----- text -----
- Check Flow Chart
-
- Hot Water Bath not used
-
- at this time
-
- -- part contents for card part 43
- ----- text -----
-
-
-
-
- Adding Distilled water
-
- to Test Tube
-
- and agitating Precipitate
-
- -- part contents for card part 46
- ----- text -----
-
-
- Decanting Liquid into
-
- New Test Tube
-
- for Silver ion Test
-
- -- part contents for card part 44
- ----- text -----
-
- Click Here to
- Continue When Ready
-
- -- part contents for background part 8
- ----- text -----
- Result of Adding Ammonia
- No evidence of precipitate